home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / CDISPLAY / CDISPLAY.H < prev   
Text File  |  1989-09-07  |  522b  |  20 lines

  1. /******************************************************************************
  2.  CDisplayText.h
  3.  
  4.         Interface for the DisplayText Class
  5.         
  6.         Copyright ⌐ 1989 Pegasus Technology. All rights reserved.
  7.  
  8.  ******************************************************************************/
  9.  
  10. #define _H_DisplayText
  11.  
  12. #include "CStaticText.h"
  13.  
  14. struct CDisplayText : CStaticText {            /* Class Declaration                */
  15.                                 /** Instance Variables **/
  16.                     
  17.                                 /** Instance Methods **/
  18.     void    AppTextPtr    (Ptr textPtr,    long numChars);
  19.     
  20. };